From: Eli Zaretskii Date: Sat, 27 Apr 2024 09:19:28 +0000 (+0300) Subject: ; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~1765 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=990d615cabbeae62366e35bc74fdb27767bb8848;p=emacs.git ; * lisp/jsonrpc.el (jsonrpc-shutdown): Doc fix. --- diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el index 111e58cefe2..9e9a5f97fd4 100644 --- a/lisp/jsonrpc.el +++ b/lisp/jsonrpc.el @@ -592,8 +592,8 @@ connection object, called when the process dies.") &optional cleanup) "Wait for JSONRPC connection CONN to shutdown. With optional CLEANUP, kill any associated buffers. -If CONN is not shutdown within an reasonable amount of time, warn -and delete process." +If CONN is not shutdown within a reasonable amount of time, warn +and delete the network process." (unwind-protect (cl-loop with proc = (jsonrpc--process conn) for i from 0